MessageThreadInputComponent

open class MessageThreadInputComponent : MessageInputComponent

This class creates and performs a view corresponding the message thread input area in Sendbird UIKit. since 3.3.0

Constructors

Link copied to clipboard
open fun MessageThreadInputComponent(@NonNull parentMessage: BaseMessage)
Constructor

Types

Link copied to clipboard
open class Params : MessageInputComponent.Params
A collection of parameters, which can be applied to a default View.

Functions

Link copied to clipboard
open fun getParams(): MessageThreadInputComponent.Params
Returns a collection of parameters applied to this component.
Link copied to clipboard
open fun notifyParentMessageUpdated(@NonNull channel: GroupChannel, @NonNull parentMessage: BaseMessage)
Notifies this component that the parent message has been changed.
Link copied to clipboard
open fun notifyStatusUpdated(@NonNull channel: GroupChannel, @NonNull status: StatusFrameView.Status)
Notifies this component that the status has been changed.